Uses of Class
negotiator.analysis.BidSpace

Packages that use BidSpace
negotiator   
negotiator.analysis   
negotiator.protocol   
negotiator.qualitymeasures   
negotiator.qualitymeasures.logmanipulation   
 

Uses of BidSpace in negotiator
 

Methods in negotiator with parameters of type BidSpace
static double NegotiationOutcome.getFYU(java.lang.String agentX, BidSpace bidSpace)
          Gets the Full Yield Utility of the agent.
 

Uses of BidSpace in negotiator.analysis
 

Methods in negotiator.analysis that return BidSpace
static BidSpace BidSpaceCache.getBidSpace(UtilitySpace... spaces)
          Method used to load a BidSpace.
 

Uses of BidSpace in negotiator.protocol
 

Fields in negotiator.protocol declared as BidSpace
protected  BidSpace BilateralAtomicNegotiationSession.bidSpace
           
 

Uses of BidSpace in negotiator.qualitymeasures
 

Methods in negotiator.qualitymeasures with parameters of type BidSpace
 double OpponentModelMeasures.calculateKalaiDiff(BidSpace estimatedBS)
          Calculates the absolute difference between the estimated Kalai point and the real Kalai point.
 double OpponentModelMeasures.calculateNashDiff(BidSpace estimatedBS)
          Calculates the absolute difference between the estimated Nash point and the real Nash point.
 double OpponentModelMeasures.calculateParetoFrontierDistance(BidSpace estimatedBS)
          This methods calculates the Pareto frontier distance using the following steps: 1.
 double OpponentModelMeasures.calculatePercCorrectlyEstimatedParetoBids(BidSpace estimatedBS)
          Calculate the amount of real Pareto bids which have been found by the opponent model.
 double OpponentModelMeasures.calculatePercIncorrectlyEstimatedParetoBids(BidSpace estimatedBS)
          Calculate the percentage of bids in the estimated Pareto bids which is really Pareto optimal.
 

Constructors in negotiator.qualitymeasures with parameters of type BidSpace
TrajectoryMeasures(ArrayListXML<BidPointTime> arrayListXML, ArrayListXML<BidPointTime> arrayListXML2, BidSpace bidSpace)
           
 

Uses of BidSpace in negotiator.qualitymeasures.logmanipulation
 

Constructors in negotiator.qualitymeasures.logmanipulation with parameters of type BidSpace
UtilityMeasures(BidSpace bidSpace)